powered by
Interactive 3D plot of spherical data.
sphereplot(x, col = NULL)
An interactive 3D plot of the spherical data will appear.
A matrix with three columns, unit-vectors, spherical data.
If you want the points to appear with different colours put numbers here, otherwise leave it NULL.
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
lambert, vmf.contour, euclid
# \donttest{ x <- rvmf(100, rnorm(3), 5) sphereplot(x) ina <- rbinom(100, 1, 0.5) + 1 sphereplot(x, col = ina) # }
Run the code above in your browser using DataLab